home *** CD-ROM | disk | FTP | other *** search
/ CDUTIL 13 / CDUTIL #13 Julio 1995.iso / windows / acadwin / ads / cpp / adscpp / ddeads / ddeads.inc < prev    next >
Encoding:
Text File  |  1995-02-08  |  1.2 KB  |  32 lines

  1. #
  2. #    DDEADS.INC
  3. #
  4. #      denpendencies for DDEADS.MAK
  5. #
  6. #      (C) Copyright 1988-1994 by Autodesk, Inc.
  7. #
  8. #      This program is copyrighted by Autodesk, Inc. and is  licensed
  9. #      to you under the following conditions.  You may not distribute
  10. #      or  publish the source code of this program in any form.   You
  11. #      may  incorporate this code in object form in derivative  works
  12. #      provided  such  derivative  works  are  (i.) are  designed and
  13. #      intended  to  work  solely  with  Autodesk, Inc. products, and
  14. #      (ii.)  contain  Autodesk's  copyright  notice  "(C)  Copyright
  15. #      1988-1994 by Autodesk, Inc."
  16. #
  17. #      AUTODESK  PROVIDES THIS PROGRAM "AS IS" AND WITH  ALL  FAULTS.
  18. #      AUTODESK  SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTY OF  MER-
  19. #      CHANTABILITY OR FITNESS FOR A PARTICULAR USE.  AUTODESK,  INC.
  20. #      DOES  NOT  WARRANT THAT THE OPERATION OF THE PROGRAM  WILL  BE
  21. #      UNINTERRUPTED OR ERROR FREE.
  22. #
  23. DDEADS_DIR     = $(ADS_CPP)\ADSCPP\DDEADS
  24. DDEADS_OBJ_DIR = $(ADS_CPP_OBJ)\ADSCPP\DDEADS
  25. DDEADS_INC_DIR = $(DDEADS_DIR)
  26.  
  27. DDEADSSRC   =  $(DDEADS_DIR)\DDEADS.CPP
  28.  
  29. DDEADSOBJS  =  $(DDEADS_OBJ_DIR)\DDEADS.OBJ
  30.  
  31.  
  32.